You are here: Trading System Programming > Reference > Classes > OrderResults > OrderResults Class

OrderResults Class

OrderResults class contains information about newly placed order, order modify, or order cancel once ActiveTick receives order response from the trading broker. The class is typically used to retrieve various order entry errors or warnings that happen during order placement.

 

ActiveTick passes an instance of OrderResults object to the following order callback functions: onOrder(), onOrderModify(), and onOrderCancel().

Syntax

OrderResults

Members Table
getErrors() The getErrors method returns an array of error strings sent by trading broker.

 


Copyright © 2006-2009 ActiveTick LLC